home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 309_01 / doit.bat < prev    next >
Encoding:
DOS Batch File  |  1990-03-20  |  156 b   |  10 lines

  1. cc09 test.c test.asm
  2. if errorlevel 1 goto nocomp
  3. as6809 -los test
  4. aslink -fp test.lnk
  5. pod test.s19
  6. goto exit
  7. :nocomp
  8. echo Compiler Failure
  9. :exit
  10.